home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
printing
/
vbprintn
/
aboutbox.frm
next >
Wrap
Text File
|
1993-07-22
|
2KB
|
76 lines
VERSION 2.00
Begin Form AboutBox
BackColor = &H00C0C0C0&
Caption = "About Box"
ClientHeight = 3720
ClientLeft = 2940
ClientTop = 2385
ClientWidth = 5070
Height = 4125
Left = 2880
LinkTopic = "Form2"
ScaleHeight = 3720
ScaleWidth = 5070
Top = 2040
Width = 5190
Begin PictureBox Picture1
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Height = 1695
Left = 360
Picture = ABOUTBOX.FRX:0000
ScaleHeight = 1695
ScaleWidth = 4215
TabIndex = 4
Top = 120
Width = 4215
End
Begin CommandButton Command1
BackColor = &H00C0C0C0&
Caption = "OK"
Default = -1 'True
Height = 375
Left = 1680
TabIndex = 3
Top = 3120
Width = 1575
End
Begin Label Label3
BackColor = &H00C0C0C0&
Caption = "Copyright 1992-1993 Microsoft"
Height = 255
Left = 120
TabIndex = 2
Top = 2760
Width = 3615
End
Begin Label Label2
BackColor = &H00C0C0C0&
Caption = "Written By Barry Nolte"
Height = 255
Left = 120
TabIndex = 1
Top = 2520
Width = 4455
End
Begin Label Label1
BackColor = &H00C0C0C0&
Caption = "Print DLL Test Application"
FontBold = 0 'False
FontItalic = -1 'True
FontName = "MS Sans Serif"
FontSize = 18
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 495
Left = 120
TabIndex = 0
Top = 1920
Width = 4815
End
End
Sub Command1_Click ()
Hide
End Sub